


BMECH_NORMALIZE(fld,ch,datalength,method) batch process time normalization
ARGUMENTS
fld ... Folder to batch process (string). Default: folder selection window.
ch ... Channel(s) to operate on (single string or cell array of strings).
Use 'Video','Analog', or 'all' to filter all video, analog or all
channels, respectively.Default 'all'
datalength ... Normalize data to a specific length. Data will have datalength+1 frames.
Default: 100 (101 frames)
method ... method to interpolate data. Default 'linear'.
See interp1 for more options
NOTES
- Normalization will not recalculate an event value. It will only recalculate the
event index. Thus an event may not 'lie' exactly on a normalized line.
See also interp1, normalize_data, normalize_line